Transferring DOS>ADFS for Kiss files
------------------------------------

I'm sure your all well aware of the problems given by the differing use of
the '/' and '.' symbols in DOS and ADFS.

To include support for SparkFS and LongFileNames as well as normal filing
systems, two types of directory structure are supported:

  1) Put all the files in a directory with their *full* names, ie.
      no truncation ('KISSFILE/CNF' is not abbreviated) This cannot
      be done under filecore at present, except on DOS disc, and using
      the two programs named above.

  2) Copy all the files out of the archive into a new directory, containing
      the sub-directories 'CNF/','CEL/' and 'KCF/'
      Put all the files in the relevant subset, and rename them to remove
      the '/xxx' part of the filename (ie. 'KISSFILE/CNF' becomes
      'CNF/.KISSFILE')

Both these methods have been tested, and work fine.

LongFileNames is a freeware application, available for anonymous FTP from:
  micros.hensa.ac.uk (read the news file for exact location)
